(Man-default-man-entry): Don't whizz past the section number
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 25 Aug 2003 03:48:22 +0000 (03:48 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 25 Aug 2003 03:48:22 +0000 (03:48 +0000)
before looking for it.

lisp/man.el

index a3085e41501e673e43aafde8f6a3631993590b41..1de5fe8384463775c5788b6d0ad4316342dc5957 100644 (file)
@@ -574,7 +574,6 @@ This guess is based on the text surrounding the cursor."
          (setq word (substring word 0 (match-beginning 0))))
       ;; If looking at something like ioctl(2) or brc(1M), include the
       ;; section number in the returned value.  Remove text properties.
-      (forward-word 1)
       (concat word
              (if (looking-at
                   (concat "[ \t]*([ \t]*\\(" Man-section-regexp "\\)[ \t]*)"))